Skip to content

Instantly share code, notes, and snippets.

@ofen
ofen / _helper.tpl
Last active March 31, 2026 11:05
Helm helper to convert label map to comma-separated string
{{/*
Convert labels to string like: key1="value1", key2="value2", ...
*/}}
{{- define "chart.external_labels" -}}
{{- $list := list -}}
{{- range $k, $v := .Values.external_labels -}}
{{- $list = append $list (printf "%s=\"%s\"" $k $v) -}}
{{- end -}}
{{ join ", " $list }}
{{- end -}}

UPDATE

MAY 2025: OUTLOOK NOW NO LONGER WORKS WITH THIS CLIENT.

SEP 2025: STORE NOW ENFORCES AUTOUPDATES, YOU CAN ONLY DISABLE IT FOR UP TO FIVE WEEKS. Added extra step to prevent this. Thanks @misaka00251.


REVERTING OUTLOOK BACK TO WINDOWS MAIL AND KEEPING IT FOREVER

@CodeMyUI
CodeMyUI / image-accordions-date-9-24-days-of-animation.markdown
Created April 1, 2019 23:00
Image Accordions - Date 9 (24 days of animation)
@CodeMyUI
CodeMyUI / index.html
Created September 4, 2018 23:58
Responsive Blog Card Slider
<div class="blog-slider">
<div class="blog-slider__wrp swiper-wrapper">
<div class="blog-slider__item swiper-slide">
<div class="blog-slider__img">
<img src="https://res.cloudinary.com/muhammederdem/image/upload/v1535759872/kuldar-kalvik-799168-unsplash.jpg" alt="">
</div>
<div class="blog-slider__content">
<span class="blog-slider__code">26 December 2019</span>
<div class="blog-slider__title">Lorem Ipsum Dolor</div>
@CodeMyUI
CodeMyUI / index.html
Created October 31, 2019 06:05
Muuri: simple kanban with scrolling containers
<div class="board">
<div class="board-column todo">
<div class="board-column-header">To do</div>
<div class="board-column-content-wrapper">
<div class="board-column-content">
<div class="board-item"><div class="board-item-content"><span>Item #</span>1</div></div>
<div class="board-item"><div class="board-item-content"><span>Item #</span>2</div></div>
<div class="board-item"><div class="board-item-content"><span>Item #</span>3</div></div>
<div class="board-item"><div class="board-item-content"><span>Item #</span>4</div></div>
<div class="board-item"><div class="board-item-content"><span>Item #</span>5</div></div>
@CodeMyUI
CodeMyUI / index.html
Created March 9, 2017 12:24
Loader to information card
<div id="loadingCard">
<div class="cover">
<svg class="stagger" version="1.1" id="brain" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 500 500" enable-background="new 0 0 500 500" xml:space="preserve">
<g>
<path fill="#FFFFFF" d="M128.2,153.4c0-5.2-0.3-9.8,0.1-14.3c1.4-16.6,20.1-28,35.3-21.4c3.3,1.4,4.6,0.6,6.5-1.8
c5.8-7.3,12.8-13.3,21.8-16.2c4-1.3,8.4-1.1,12.7-1.6c2.5-0.3,5.4-0.2,7.4-1.4c8.4-4.8,17.7-5.5,26.9-6.5c2-0.2,4.5,0.1,6.3,1.2
c4.3,2.7,8,1.9,12.4-0.1c12.2-5.4,24.9-4.3,37-0.1c8.2,2.9,13.6,10,17,18.1c1.5,3.5,3.3,3.8,6.9,3.5c8.1-0.7,16.2-0.8,24.3-0.2
c11.5,0.9,25.1,14,25.2,31.3c1.5,0.3,3.1,0.6,4.6,1c5.9,1.4,9.7,5,10.7,11.1c0.2,1,0.5,2,0.5,2.9c0.2,6.4,2.9,10.7,7.9,15.4
c11.5,10.8,13.6,25.2,11,40.5c-1.1,6.5-1.9,13.1-1.7,19.7c0.4,13.5-2.5,26.3-8.6,38c-2.9,5.6-7.9,10.1-12.3,14.8
@levantAJ
levantAJ / extract-scheme-url.sh
Created August 7, 2019 03:20
Extract *.ipa file to looking for all scheme URLs
#!/bin/sh
RESET=`tput sgr0`
RED=`tput setaf 1`
GREEN=`tput setaf 2`
if [ "$1" ]; then
if ! [ -e "$1" ]
then
@CodeMyUI
CodeMyUI / css-only-order-process-steps.markdown
Created August 11, 2017 05:45
CSS only order process steps

CSS only order process steps

It's been a while. Just a nice process bar here where you can click on the different steps and be presented with information. The box at the top will also animate depending on the steps.

A Pen by Jamie Coulter on CodePen.

License.

@rxaviers
rxaviers / gist:7360908
Last active March 31, 2026 10:59
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: πŸ˜„ :smile: πŸ˜† :laughing:
😊 :blush: πŸ˜ƒ :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
πŸ˜† :satisfied: 😁 :grin: πŸ˜‰ :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: πŸ˜€ :grinning:
πŸ˜— :kissing: πŸ˜™ :kissing_smiling_eyes: πŸ˜› :stuck_out_tongue:
@nup002
nup002 / R&DLabGuide.md
Last active March 31, 2026 10:58
Setting Up a Physics and Electronics R&D Lab

Setting Up a Physics and Electronics R&D Lab

A practitioner's guide based on experience setting up and operating sensor development and characterisation labs at CERN, LBNL, DESY, and the University of Bergen.

Author: Magne Lauritzen

Contact: magne.lauritzen@summacogni.com

The majority of this guide applies to any lab doing experimental physics, electronics development, or instrumentation work. Sensor-specific sections are clearly marked.